Create platform-specific folders for organizing open source applications#1
Create platform-specific folders for organizing open source applications#1
Conversation
|
|
Co-authored-by: drzo <15202748+drzo@users.noreply.github.com>
|
|
||
| This folder contains awesome open source applications built with C#. | ||
|
|
||
| For the complete list, please refer to the [main README](../README.md#c#). No newline at end of file |
There was a problem hiding this comment.
🟡 Broken anchor link #c# in C#/README.md
The link ../README.md#c# will not navigate to the C# section. GitHub generates heading IDs by stripping characters that are not letters, numbers, spaces, or hyphens, so the heading ## C# at README.md:262 gets the anchor ID c, not c#. Additionally, the # character within the URL fragment is itself a fragment delimiter, causing further ambiguity in how browsers parse the URL.
| For the complete list, please refer to the [main README](../README.md#c#). | |
| For the complete list, please refer to the [main README](../README.md#c). |
Was this helpful? React with 👍 or 👎 to provide feedback.
|
|
||
| This folder contains awesome open source applications built with C++. | ||
|
|
||
| For the complete list, please refer to the [main README](../README.md#cpp). No newline at end of file |
There was a problem hiding this comment.
🟡 Broken anchor link #cpp in C++/README.md
The link ../README.md#cpp will not navigate to the C++ section. There is no heading ## CPP in the main README — the actual heading is ## C++ at README.md:274. GitHub generates the anchor by stripping + characters, producing c, but since ## C# (README.md:262) already claims the c anchor, the C++ heading gets c-1. The correct fragment should be #c-1.
| For the complete list, please refer to the [main README](../README.md#cpp). | |
| For the complete list, please refer to the [main README](../README.md#c-1). |
Was this helpful? React with 👍 or 👎 to provide feedback.
This PR addresses the request to create dedicated folders for each platform/technology listed in the awesome-opensource-apps repository.
Changes Made
Created 14 new folders to organize applications by platform:
Each folder includes a README.md file that:
Benefits
This change maintains backward compatibility while providing a cleaner organizational structure for the growing collection of awesome open source applications.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.